From 16b69afbba6b8692c96ec5a6864c35fa2fac1d36 Mon Sep 17 00:00:00 2001 From: Corneliu ZUZU Date: Thu, 7 Jul 2016 14:29:50 +0200 Subject: [PATCH] monitor: minor #include change Move xen/paging.h #include from hvm/monitor.h to hvm/monitor.c (include strictly where needed) and also change to asm/paging.h (include strictly what's needed). Signed-off-by: Corneliu ZUZU Acked-by: Tamas K Lengyel Acked-by: Razvan Cojocaru --- xen/arch/x86/hvm/monitor.c | 1 + xen/include/asm-x86/hvm/monitor.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/monitor.c b/xen/arch/x86/hvm/monitor.c index fb493bbcaf..8488e213da 100644 --- a/xen/arch/x86/hvm/monitor.c +++ b/xen/arch/x86/hvm/monitor.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include diff --git a/xen/include/asm-x86/hvm/monitor.h b/xen/include/asm-x86/hvm/monitor.h index 8b0f1192aa..8e1426fb47 100644 --- a/xen/include/asm-x86/hvm/monitor.h +++ b/xen/include/asm-x86/hvm/monitor.h @@ -20,7 +20,6 @@ #define __ASM_X86_HVM_MONITOR_H__ #include -#include #include enum hvm_monitor_debug_type -- 2.30.2